Field name being converted in Unit Tests [rails]?
Posted
by yar
on Stack Overflow
See other posts from Stack Overflow
or by yar
Published on 2010-03-22T11:55:39Z
Indexed on
2010/03/22
12:21 UTC
Read the original article
Hit count: 167
ruby-on-rails
|activerecord
I am noting this strange behavior where one of my fields -- receive_empresa_test_info
-- has worked fine though it's always been referred to as receive_empresa_info
. In Functional Tests, though, the real field name is receive_empresa_test_info
. What is going on here? Might this be some part of the Rails environment that I'm missing during testing?
© Stack Overflow or respective owner